equal
deleted
inserted
replaced
2166 the config system. The Ptr<OutputStreamWrapper>, on the other hand, is a smart |
2166 the config system. The Ptr<OutputStreamWrapper>, on the other hand, is a smart |
2167 pointer to a reference counted object that is a very lightweight thing. |
2167 pointer to a reference counted object that is a very lightweight thing. |
2168 Remember to always look at the object you are referencing before making any |
2168 Remember to always look at the object you are referencing before making any |
2169 assumptions about the "powers" that object may have. |
2169 assumptions about the "powers" that object may have. |
2170 |
2170 |
2171 For example, take a look at ``src/network/model/pcap-file-object.h`` in the |
2171 For example, take a look at ``src/network/utils/pcap-file-wrapper.h`` in the |
2172 distribution and notice, |
2172 distribution and notice, |
2173 |
2173 |
2174 :: |
2174 :: |
2175 |
2175 |
2176 class PcapFileWrapper : public Object |
2176 class PcapFileWrapper : public Object |