diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-06-26 21:52:45 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-06-26 21:52:45 +0000 |
commit | 34c2c3aba0f7dbe194c5c8b5848b945e31d0f811 (patch) | |
tree | 891a7aaace69efdf60f1ed9fe79bad6c19797954 /TAO/tao/PolicyC.i | |
parent | d4b5896f269200b66917a20f9166df4e16122f99 (diff) | |
download | ATCD-34c2c3aba0f7dbe194c5c8b5848b945e31d0f811.tar.gz |
Made _var constructors from pointer inline in .h file and made mods
to diff files.
Diffstat (limited to 'TAO/tao/PolicyC.i')
-rw-r--r-- | TAO/tao/PolicyC.i | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/TAO/tao/PolicyC.i b/TAO/tao/PolicyC.i index 074bf947f83..40e2e079bbf 100644 --- a/TAO/tao/PolicyC.i +++ b/TAO/tao/PolicyC.i @@ -71,11 +71,6 @@ CORBA_Policy_var::CORBA_Policy_var (void) // default constructor : ptr_ (CORBA_Policy::_nil ()) {} -ACE_INLINE -CORBA_Policy_var::CORBA_Policy_var (CORBA_Policy_ptr p) - : ptr_ (p) -{} - ACE_INLINE CORBA_Policy_ptr CORBA_Policy_var::ptr (void) const { |