Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members   Related Pages   Examples  

WatchablePool.cpp

00001 #define TRACE_NAME "WatchablePool"
00002 
00003 #include "WatchablePool.h"
00004 
00006 //
00007 //  Standard Member Functions
00008 //
00010 
00011 #if 0
00012 WatchablePool::WatchablePool()
00013 {
00014     // blank default    
00015 }
00016 #endif
00017 
00018 #if 0  /* omit definitions until they are implemented */
00019 
00020 WatchablePool::WatchablePool(const WatchablePool& other)
00021 {
00022     NOT_IMPLEMENTED
00023 }
00024 
00025 const WatchablePool& WatchablePool::operator=(const WatchablePool& other)
00026 {
00027     NOT_IMPLEMENTED
00028 }
00029 
00030 bool WatchablePool::operator==(const WatchablePool& other) const
00031 {
00032     NOT_IMPLEMENTED
00033 }
00034 
00035 bool WatchablePool::operator<(const WatchablePool& other) const
00036 {
00037     NOT_IMPLEMENTED
00038 }
00039 
00040 size_t WatchablePool::hash() const
00041 {
00042     NOT_IMPLEMENTED
00043 }
00044 
00045 std::ostream& WatchablePool::print_to(std::ostream& stream) const
00046 {
00047     NOT_IMPLEMENTED
00048 }
00049 
00050 #endif /* omit definitions until they are implemented */
00051     
00052 WatchablePool::~WatchablePool()
00053 {
00054     // blank default    
00055 }
00056 
00058 //
00059 //  Additional Public Member Functions
00060 //
00062 
00063 
00064 
00066 //
00067 //  Additional Private Member Functions
00068 //
00070 
00071 
00072 #if 0
00073 #ifndef SKIP_UNIT_TESTS
00074 #include "UnitTest.h"
00075 
00076 UNIT_TEST(1, "no title") 
00077 {
00078     out << "foo";
00079     return true;
00080 }
00081 
00082 
00083 UNIT_TEST(2, "no title") 
00084 {
00085     out << "foo";
00086     return true;
00087 }
00088 
00089 #endif
00090 #endif
00091 #undef TRACE_NAME

Home to blindfold. This page generated via doxygen 1.2.11.1 Wed Oct 10 16:40:33 2001.