(file) Return to reg_table.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Server

Diff for /pegasus/src/Pegasus/Server/reg_table.cpp between version 1.8 and 1.9

version 1.8, 2003/10/22 14:26:14 version 1.9, 2003/12/02 23:16:42
Line 363 
Line 363 
 reg_table_rep::_insert(const reg_table_record &rec) reg_table_rep::_insert(const reg_table_record &rec)
 { {
    // ipc synchronization    // ipc synchronization
    auto_mutex monitor(&_mutex);     AutoMutex monitor(_mutex);
  
    type_table *tt = 0;    type_table *tt = 0;
  
Line 495 
Line 495 
                      Array<reg_table_record *> *arr_ptr)                      Array<reg_table_record *> *arr_ptr)
 { {
    // ipc synchronization    // ipc synchronization
    auto_mutex monitor(&_mutex);     AutoMutex monitor(_mutex);
    type_table *tt = 0;    type_table *tt = 0;
    Boolean try_again = true;    Boolean try_again = true;
  
Line 659 
Line 659 
 reg_table_rep::_dump_table() reg_table_rep::_dump_table()
 { {
    PEGASUS_STD(cout) <<"******** Dumping Reg Table ********"  << PEGASUS_STD(endl);    PEGASUS_STD(cout) <<"******** Dumping Reg Table ********"  << PEGASUS_STD(endl);
    auto_mutex monitor(&_mutex);     AutoMutex monitor(_mutex);
    for(namespace_table::Iterator i = _table.start(); i; i++)    for(namespace_table::Iterator i = _table.start(); i; i++)
    {    {
       PEGASUS_STD(cout) << "Namespace: "  << i.key() << PEGASUS_STD(endl);       PEGASUS_STD(cout) << "Namespace: "  << i.key() << PEGASUS_STD(endl);


Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2