|
From: CVS C. to T. <the...@li...> - 2011-01-02 20:32:16
|
Revision: 597
http://themis.svn.sourceforge.net/themis/?rev=597&view=rev
Author: mark_hellegers
Date: 2011-01-02 20:32:10 +0000 (Sun, 02 Jan 2011)
Log Message:
-----------
Always test your changes. Grr. Return the entry you add.
Modified Paths:
--------------
trunk/themis/framework/SiteHandler.cpp
Modified: trunk/themis/framework/SiteHandler.cpp
===================================================================
--- trunk/themis/framework/SiteHandler.cpp 2011-01-02 20:21:26 UTC (rev 596)
+++ trunk/themis/framework/SiteHandler.cpp 2011-01-02 20:32:10 UTC (rev 597)
@@ -101,6 +101,8 @@
/* Get an unique ID from the app */
int32 urlID = ((App *)be_app)->GetNewID();
entry->AddEntry(urlID, aUrl);
+
+ return entry;
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|