doc/tutorial/source/tracing.rst
changeset 8771 6cdcf5eb2048
parent 7480 af0f3525d3ec
child 8772 ce0699130fc4
equal deleted inserted replaced
8770:98aaf2701a25 8771:6cdcf5eb2048
  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