diff options
author | zhangw <zhangw@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2007-01-15 23:26:37 +0000 |
---|---|---|
committer | zhangw <zhangw@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2007-01-15 23:26:37 +0000 |
commit | 54191a377b67a851dc03c754a23cb8aaca6b18b2 (patch) | |
tree | 3ecfcb7e0be56c06857e3faf607c85abb2988120 /TAO/tao/Connection_Purging_Strategy.cpp | |
parent | a6b6f9642d622fb9e274ef1e34f3e848ed3ae9dc (diff) | |
download | ATCD-54191a377b67a851dc03c754a23cb8aaca6b18b2.tar.gz |
Creating a branch of ACE+TAO+CIAO for OCI RT 9734
Diffstat (limited to 'TAO/tao/Connection_Purging_Strategy.cpp')
-rw-r--r-- | TAO/tao/Connection_Purging_Strategy.cpp | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/TAO/tao/Connection_Purging_Strategy.cpp b/TAO/tao/Connection_Purging_Strategy.cpp new file mode 100644 index 00000000000..8bcf332a835 --- /dev/null +++ b/TAO/tao/Connection_Purging_Strategy.cpp @@ -0,0 +1,25 @@ +// $Id$ + +#include "tao/Connection_Purging_Strategy.h" + +#if !defined (__ACE_INLINE__) +# include "tao/Connection_Purging_Strategy.inl" +#endif /* __ACE_INLINE__ */ + +ACE_RCSID (tao, + Connection_Purging_Strategy, + "$Id$") + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +TAO_Connection_Purging_Strategy::~TAO_Connection_Purging_Strategy (void) +{ +} + +int +TAO_Connection_Purging_Strategy::cache_maximum (void) const +{ + return cache_maximum_; +} + +TAO_END_VERSIONED_NAMESPACE_DECL |