You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@etch.apache.org by gr...@apache.org on 2010/10/19 08:15:29 UTC

svn commit: r1024127 - /incubator/etch/trunk/binding-c/compiler/src/main/resources/org/apache/etch/bindings/c/compiler/main_c.vm

Author: grandyho
Date: Tue Oct 19 06:15:28 2010
New Revision: 1024127

URL: http://svn.apache.org/viewvc?rev=1024127&view=rev
Log:
ETCH-107
Etch C binding Compiler: different genereted port numbers 

Modified:
    incubator/etch/trunk/binding-c/compiler/src/main/resources/org/apache/etch/bindings/c/compiler/main_c.vm

Modified: incubator/etch/trunk/binding-c/compiler/src/main/resources/org/apache/etch/bindings/c/compiler/main_c.vm
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-c/compiler/src/main/resources/org/apache/etch/bindings/c/compiler/main_c.vm?rev=1024127&r1=1024126&r2=1024127&view=diff
==============================================================================
--- incubator/etch/trunk/binding-c/compiler/src/main/resources/org/apache/etch/bindings/c/compiler/main_c.vm (original)
+++ incubator/etch/trunk/binding-c/compiler/src/main/resources/org/apache/etch/bindings/c/compiler/main_c.vm Tue Oct 19 06:15:28 2010
@@ -152,7 +152,7 @@ int main(int argc, char* argv[])
     ${i}_remote_server* remote = NULL;
     int waitupms = 4000;
     
-    wchar_t* uri = L"tcp://127.0.0.1:4004";	
+    wchar_t* uri = L"tcp://127.0.0.1:4001";	
 	
        etch_config_t* config = NULL;
     etch_config_create(&config);