summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2003-02-20 17:24:50 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2003-02-20 17:24:50 +0000
commitd4f45c4c66fcef36a3ccf2e2a9b085d8a9c46728 (patch)
tree97c1de9c9ae16793e446698a4340adc5e2bd5bd6
parent82b5c6cfc962509b662c157658ed2846fa44a108 (diff)
downloadATCD-d4f45c4c66fcef36a3ccf2e2a9b085d8a9c46728.tar.gz
ChangeLogTag:Thu Feb 20 09:24:00 2003 Ossama Othman <ossama@uci.edu>
-rw-r--r--ace/Service_Config.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/ace/Service_Config.h b/ace/Service_Config.h
index 9c20e388519..6d03d3cae72 100644
--- a/ace/Service_Config.h
+++ b/ace/Service_Config.h
@@ -1,6 +1,6 @@
// -*- C++ -*-
-//=============================================================================
+//====================================================================
/**
* @file Service_Config.h
*
@@ -8,7 +8,7 @@
*
* @author Douglas C. Schmidt <schmidt@cs.wustl.edu>
*/
-//=============================================================================
+//====================================================================
#ifndef ACE_SERVICE_CONFIG_H
#define ACE_SERVICE_CONFIG_H
@@ -28,6 +28,7 @@
// Forward decl.
+class ACE_Service_Object;
class ACE_Service_Type;
class ACE_Service_Type_Impl;
class ACE_Service_Repository;