Changeset 4098

Show
Ignore:
Timestamp:
06/03/07 01:17:08 (6 years ago)
Author:
ttsou
Message:

adressing ticket #251

Location:
ossie/trunk/ossie/parser
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • ossie/trunk/ossie/parser/ProvidesPort.cpp

    r3321 r4098  
    3838ProvidesPort::ProvidesPort (const ProvidesPort & _pp) 
    3939{ 
    40  
    4140    this->ifComponentInstantiationRef = _pp.ifComponentInstantiationRef; 
    4241    this->ifDeviceThatLoadedThisComponentRef = 
  • ossie/trunk/ossie/parser/UsesPort.cpp

    r3344 r4098  
    3838 
    3939// copy constructor 
    40 UsesPort::UsesPort(const UsesPort & _up): 
    41 identifier(NULL) 
     40UsesPort::UsesPort(const UsesPort & _up) 
    4241{ 
    43  
    4442    this->ifComponentInstantiationRef = _up.ifComponentInstantiationRef; 
    4543    this->ifDeviceThatLoadedThisComponentRef =