src/misc/countedptr.hpp
branchnoai
changeset 9694 e72987579514
parent 9601 b499fdd106d5
child 9724 b39bc69bb2f2
equal deleted inserted replaced
9693:31fcaa5375a1 9694:e72987579514
     3 /** @file countedptr.hpp */
     3 /** @file countedptr.hpp */
     4 
     4 
     5 #ifndef COUNTEDPTR_HPP
     5 #ifndef COUNTEDPTR_HPP
     6 #define COUNTEDPTR_HPP
     6 #define COUNTEDPTR_HPP
     7 
     7 
     8 #if 1 // reenable when needed
       
     9 /** @file CCountedPtr - smart pointer implementation */
     8 /** @file CCountedPtr - smart pointer implementation */
    10 
     9 
    11 /** CCountedPtr - simple reference counting smart pointer.
    10 /** CCountedPtr - simple reference counting smart pointer.
    12  *
    11  *
    13  *     One of the standard ways how to maintain object's lifetime.
    12  *     One of the standard ways how to maintain object's lifetime.
   156 };
   155 };
   157 
   156 
   158 
   157 
   159 
   158 
   160 
   159 
   161 #endif /* 0 */
       
   162 #endif /* COUNTEDPTR_HPP */
   160 #endif /* COUNTEDPTR_HPP */