summaryrefslogtreecommitdiff
path: root/orbsvcs/tests/Notify/Basic/LifeCycle.h
diff options
context:
space:
mode:
Diffstat (limited to 'orbsvcs/tests/Notify/Basic/LifeCycle.h')
-rw-r--r--orbsvcs/tests/Notify/Basic/LifeCycle.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/orbsvcs/tests/Notify/Basic/LifeCycle.h b/orbsvcs/tests/Notify/Basic/LifeCycle.h
index 87150f7377c..93cbd9a134d 100644
--- a/orbsvcs/tests/Notify/Basic/LifeCycle.h
+++ b/orbsvcs/tests/Notify/Basic/LifeCycle.h
@@ -1,17 +1,17 @@
/* -*- C++ -*- */
-// $Id$
-// ==========================================================================
-//
-// = FILENAME
-// LifeCycle.h
-//
-// = DESCRIPTION
-// Test to check it ec and admin objects are destroyed.
-//
-// = AUTHOR
-// Chanaka Liyanaarachchi <chanaka@ociweb.com>
-//
-// ==========================================================================
+//=============================================================================
+/**
+ * @file LifeCycle.h
+ *
+ * $Id$
+ *
+ * Test to check it ec and admin objects are destroyed.
+ *
+ *
+ * @author Chanaka Liyanaarachchi <chanaka@ociweb.com>
+ */
+//=============================================================================
+
#ifndef NOTIFY_LIFECYCLETST_H
#define NOTIFY_LIFECYCLETST_H
@@ -41,8 +41,8 @@ private:
CosNotifyChannelAdmin::SupplierAdmin_var supplier_admin_;
CosNotifyChannelAdmin::ConsumerAdmin_var consumer_admin_;
+ /// Number of times to create destroy.
int count_;
- // Number of times to create destroy.
};
#endif /* NOTIFY_LIFECYCLETST_H */