ekiga r6174 - in trunk: . src/endpoints



Author: dsandras
Date: Sat Apr 12 10:58:07 2008
New Revision: 6174
URL: http://svn.gnome.org/viewvc/ekiga?rev=6174&view=rev

Log:
Small cleanup.


Modified:
   trunk/ChangeLog
   trunk/src/endpoints/manager.cpp

Modified: trunk/src/endpoints/manager.cpp
==============================================================================
--- trunk/src/endpoints/manager.cpp	(original)
+++ trunk/src/endpoints/manager.cpp	Sat Apr 12 10:58:07 2008
@@ -161,13 +161,13 @@
   
   void Main () 
   {
-    PString token;
-    endpoint.SetUpCall ("pc:*", dial_uri.c_str (), token);
+    endpoint.SetUpCall ("pc:*", dial_uri, token);
   };
 
 private:
   const std::string & dial_uri;
   GMManager & endpoint;
+  PString token;
 };
 
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]