[TeamTalk 223]: [759] trunk/TeamTalk/Agents/TeamTalkBackend: fixed paths and minor text output change

air@edam.speech.cs.cmu.edu air at edam.speech.cs.cmu.edu
Fri Sep 21 13:29:40 EDT 2007


An HTML attachment was scrubbed...
URL: http://mailman.srv.cs.cmu.edu/pipermail/teamtalk-developers/attachments/20070921/d913ace1/attachment.html
-------------- next part --------------
Modified: trunk/TeamTalk/Agents/TeamTalkBackend/agent.cpp
===================================================================
--- trunk/TeamTalk/Agents/TeamTalkBackend/agent.cpp	2007-09-21 05:58:36 UTC (rev 758)
+++ trunk/TeamTalk/Agents/TeamTalkBackend/agent.cpp	2007-09-21 17:29:39 UTC (rev 759)
@@ -441,7 +441,7 @@
   const Point<float> p = location_.getLocation();
 	double distanceFromHome = p.length();
 	if(distanceFromHome < precision) {
-		ossMessage << "I am home";
+		ossMessage << "I am home.";
 	} else {
 		ossMessage << setiosflags(ios_base::fixed) << setprecision(1);
 		ossMessage << "I am "

Modified: trunk/TeamTalk/Agents/TeamTalkBackend/backendstub/backendstub.vcproj
===================================================================
--- trunk/TeamTalk/Agents/TeamTalkBackend/backendstub/backendstub.vcproj	2007-09-21 05:58:36 UTC (rev 758)
+++ trunk/TeamTalk/Agents/TeamTalkBackend/backendstub/backendstub.vcproj	2007-09-21 17:29:39 UTC (rev 759)
@@ -43,7 +43,7 @@
 			<Tool
 				Name="VCCLCompilerTool"
 				Optimization="0"
-				AdditionalIncludeDirectories="..\..\PrimitiveComm;..\..\boeingLib\boeing;..\..\boeingLib\coralshared"
+				AdditionalIncludeDirectories="..\..\..\Libraries\PrimitiveComm;..\..\..\Libraries\boeingLib\boeing;..\..\..\Libraries\boeingLib\coralshared"
 				PreprocessorDefinitions="_SCL_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_CONSOLE;_WIN32_WINNT=0x501"
 				MinimalRebuild="true"
 				BasicRuntimeChecks="3"
@@ -126,7 +126,7 @@
 			/>
 			<Tool
 				Name="VCCLCompilerTool"
-				AdditionalIncludeDirectories="..\..\PrimitiveComm;..\..\boeingLib\boeing;..\..\boeingLib\coralshared"
+				AdditionalIncludeDirectories="..\..\..\Libraries\PrimitiveComm;..\..\..\Libraries\boeingLib\boeing;..\..\..\Libraries\boeingLib\coralshared"
 				PreprocessorDefinitions="_SCL_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_CONSOLE;_WIN32_WINNT=0x501"
 				RuntimeLibrary="2"
 				StructMemberAlignment="3"


More information about the TeamTalk-developers mailing list