

Definition at line 105 of file e164resource_i.h.
| OSB_CORBA::E164ResourceWriter_i::E164ResourceWriter_i | ( | NetworkManager_i & | nmgri, | |
| const OSB_LIB::E164Resource & | e164 | |||
| ) |
Constructor.
| OSB_CORBA::E164ResourceWriter_i::E164ResourceWriter_i | ( | const E164ResourceWriter_i & | ) | [private] |
Prevent copying: not implemented.
| E164List::Rg OSB_CORBA::E164ResourceWriter_i::lockE164 | ( | ) | const [protected, virtual] |
Overrides the lock() method of E164Resource_i.
Reimplemented from OSB_CORBA::E164Resource_i.
| E164ResourceWriter_i& OSB_CORBA::E164ResourceWriter_i::operator= | ( | const E164ResourceWriter_i & | ) | [private] |
Prevent assignment: not implemented.
| OSB_LIB::Resource& OSB_CORBA::E164ResourceWriter_i::resource | ( | ) | [protected, virtual] |
| bool OSB_CORBA::E164ResourceWriter_i::writeToList | ( | bool | isNew | ) | const [protected, virtual] |
Store the resource in the appropriate resource list.
| isNew | Flag if the resource was just created (true) or updated (false). |
bool E164ResourceWriter_i::writeToList( bool // not used: isNew ) const { return nmgri_.getE164List().replace(e164_); }
Implements OSB_CORBA::ResourceWriter_i.
const std::string OSB_CORBA::E164ResourceWriter_i::IFC [static] |
String representation for E164ResourceWriter_i.
Reimplemented from OSB_CORBA::E164Resource_i.
Definition at line 112 of file e164resource_i.h.
1.4.7