TAO_NS_Persistence_Global Class Reference

#include <Storable.h>

List of all members.

Public Member Functions

void counter (unsigned int counter)
unsigned int counter () const

Private Attributes

unsigned int counter_


Detailed Description

Definition at line 71 of file Storable.h.


Member Function Documentation

ACE_INLINE unsigned int TAO_NS_Persistence_Global::counter (  )  const

Definition at line 97 of file Storable.inl.

References counter_.

00098 {
00099   return this->counter_;
00100 }

ACE_INLINE void TAO_NS_Persistence_Global::counter ( unsigned int  counter  ) 

Definition at line 91 of file Storable.inl.

References counter_.

Referenced by TAO_Storable_Naming_Context::new_context(), TAO_NS_FlatFileStream::operator<<(), TAO_NS_FlatFileStream::operator>>(), and TAO_Storable_Naming_Context::recreate_all().

00092 {
00093   this->counter_ = counter;
00094 }


Member Data Documentation

unsigned int TAO_NS_Persistence_Global::counter_ [private]

Definition at line 78 of file Storable.h.

Referenced by counter().


The documentation for this class was generated from the following files:
Generated on Tue Feb 2 17:49:10 2010 for TAO_CosNaming by  doxygen 1.4.7