diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2004-04-13 07:02:28 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2004-04-13 07:02:28 +0000 |
commit | 47b3af1237bb202095f2f30d9b4347eaea3784a0 (patch) | |
tree | 1c6c3103a92e233ee1683bd5c5ea2de89cb744bf /TAO/tao/Profile.cpp | |
parent | 066049457b23142d25d8ae3614b48df26c1a4b70 (diff) | |
download | ATCD-47b3af1237bb202095f2f30d9b4347eaea3784a0.tar.gz |
Mon Apr 12 23:57:24 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Profile.cpp')
-rw-r--r-- | TAO/tao/Profile.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/tao/Profile.cpp b/TAO/tao/Profile.cpp index 52ae14fe87e..0592aa5460f 100644 --- a/TAO/tao/Profile.cpp +++ b/TAO/tao/Profile.cpp @@ -8,14 +8,20 @@ #include "ORB_Core.h" #include "Client_Strategy_Factory.h" +#include "ace/ACE.h" +#include "ace/OS_NS_string.h" + + #if !defined (__ACE_INLINE__) #include "Profile.i" #endif /* __ACE_INLINE__ */ + ACE_RCSID (tao, Profile, "$Id$") + // **************************************************************** TAO_Profile::TAO_Profile (CORBA::ULong tag, TAO_ORB_Core *orb_core, |