diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2002-03-08 17:31:35 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2002-03-08 17:31:35 +0000 |
commit | 3af787d1e8ae562ed1330d42cec5370793c53682 (patch) | |
tree | c86f604496f3c875e3801a5ea45300c79db27f71 /TAO/orbsvcs/IFR_Service | |
parent | d48318f4d49b2da74cc5b9b6ef01600d9ab70445 (diff) | |
download | ATCD-3af787d1e8ae562ed1330d42cec5370793c53682.tar.gz |
ChangeLogTag:Fri Mar 8 09:30:32 2002 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/orbsvcs/IFR_Service')
-rw-r--r-- | TAO/orbsvcs/IFR_Service/Repository_i.cpp | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/TAO/orbsvcs/IFR_Service/Repository_i.cpp b/TAO/orbsvcs/IFR_Service/Repository_i.cpp index ffc9f68dac3..5d2f4c81332 100644 --- a/TAO/orbsvcs/IFR_Service/Repository_i.cpp +++ b/TAO/orbsvcs/IFR_Service/Repository_i.cpp @@ -1,4 +1,5 @@ -/* -*- C++ -*- */ +// -*- C++ -*- +// // $Id$ #include "Repository_i.h" @@ -6,9 +7,14 @@ #include "ExceptionDef_i.h" #include "Options.h" #include "Servant_Factory.h" + +#include "tao/ORB.h" + #include "ace/Auto_Ptr.h" -ACE_RCSID(IFR_Service, Repository_i, "$Id$") +ACE_RCSID (IFR_Service, + Repository_i, + "$Id$") TAO_Repository_i::TAO_Repository_i (CORBA::ORB_ptr orb, PortableServer::POA_ptr poa, |