summaryrefslogtreecommitdiff
path: root/apps/Gateway/Gateway/Concrete_Connection_Handlers.cpp
diff options
context:
space:
mode:
authorgonzo <gonzo@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-07-31 23:36:48 +0000
committergonzo <gonzo@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-07-31 23:36:48 +0000
commit49097af368ad310515891bd3641651346853d289 (patch)
tree5b1c7ed2cf70c9cd1bc82380cf0ae61e4776fc91 /apps/Gateway/Gateway/Concrete_Connection_Handlers.cpp
parent9c147fb20198273ad39e5e264d364d5d5b208156 (diff)
downloadATCD-49097af368ad310515891bd3641651346853d289.tar.gz
Added ACE_RCSID to apps/
Diffstat (limited to 'apps/Gateway/Gateway/Concrete_Connection_Handlers.cpp')
-rw-r--r--apps/Gateway/Gateway/Concrete_Connection_Handlers.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/Gateway/Gateway/Concrete_Connection_Handlers.cpp b/apps/Gateway/Gateway/Concrete_Connection_Handlers.cpp
index b76d4191517..71e1be62178 100644
--- a/apps/Gateway/Gateway/Concrete_Connection_Handlers.cpp
+++ b/apps/Gateway/Gateway/Concrete_Connection_Handlers.cpp
@@ -1,9 +1,12 @@
// $Id$
#define ACE_BUILD_SVC_DLL
+
#include "Event_Channel.h"
#include "Concrete_Connection_Handlers.h"
+ACE_RCSID(Gateway, Concrete_Connection_Handlers, "$Id$")
+
Consumer_Handler::Consumer_Handler (const Connection_Config_Info &pci)
: Connection_Handler (pci)
{