summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Trader/Service_Type_Repository.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-04-07 04:29:10 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-04-07 04:29:10 +0000
commit43a10dcf9be58755eb039b8d140cfcba00b523ce (patch)
treefd048ca4a633d4ed79940b03fe3242744189f55f /TAO/orbsvcs/orbsvcs/Trader/Service_Type_Repository.cpp
parent88e7fe803d07bd712ee4a16fe2f3218279a61f4e (diff)
downloadATCD-43a10dcf9be58755eb039b8d140cfcba00b523ce.tar.gz
.
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Trader/Service_Type_Repository.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Trader/Service_Type_Repository.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Trader/Service_Type_Repository.cpp b/TAO/orbsvcs/orbsvcs/Trader/Service_Type_Repository.cpp
index 106f644c56a..3d5af7f1ccf 100644
--- a/TAO/orbsvcs/orbsvcs/Trader/Service_Type_Repository.cpp
+++ b/TAO/orbsvcs/orbsvcs/Trader/Service_Type_Repository.cpp
@@ -1,4 +1,7 @@
+$Id$
+
// ========================================================================
+//
// $Id$
//
// = LIBRARY
@@ -28,7 +31,8 @@ TAO_Service_Type_Repository (ACE_Lock* lock)
// If a lock wasn't provided, let's assume the user doesn't want any
// kind of lock at all.
if (this->lock_ == 0)
- ACE_NEW (this->lock_, ACE_Lock_Adapter<ACE_Null_Mutex> ());
+ ACE_NEW (this->lock_,
+ ACE_Lock_Adapter<ACE_Null_Mutex> ());
}