~ubuntu-branches/debian/squeeze/openmcu/squeeze

« back to all changes in this revision

Viewing changes to main.cxx

  • Committer: Bazaar Package Importer
  • Author(s): Kilian Krause
  • Date: 2006-04-16 22:43:44 UTC
  • mfrom: (1.1.2 upstream) (4 dapper)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20060416224344-9v8n5wcpstdpi4fb
Don't use PWD, but CURDIR as sudo no longer provides PWD (Closes:#362705)

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 *                 Craig Southeren (craig@postincrement.com)
31
31
 
32
32
 * $Log: main.cxx,v $
 
33
 * Revision 2.13  2005/12/21 00:27:08  csoutheren
 
34
 * Disable sending room member lists as this code is never implemented in clients
 
35
 *
33
36
 * Revision 2.12  2004/05/26 06:54:31  csoutheren
34
37
 * Changed to be a PHTTPServiceProcess
35
38
 * Added ability to play WAV files on member entry and exit
806
809
    }
807
810
  }
808
811
 
 
812
#if 0
809
813
  // if no conference, and no default room, then send the terminal a conference list if it can understand it
810
814
  if (canDoConferenceList) {
811
815
 
852
856
 
853
857
    return NULL;
854
858
  }
 
859
#endif
855
860
 
856
861
  // if there is a room to create, then join this call to that conference
857
862
  PString roomToCreate = OpenMCU::Current().GetDefaultRoomName();