Commit 4f7d5ce7 authored by urbant's avatar urbant
Browse files

Minor syntax corrections

parent 61a93d81
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
/*
/*
 *	@author 	STF370
 *  @version  $Id$
 *	@desc		  Ports, timers, primitives, test components, component variables
@@ -12,7 +12,7 @@ module TestSystem {
	type component SipSimu {
		
		// Ports
		SipPort sipPort;
		port SipPort sipPort;

		// Component variables

@@ -41,8 +41,6 @@ module TestSystem {
        INFO_Request,
        Response        
    };  
  }	
  }	 // end of portDefs group

    
  } //end primitives
} // end of module TestSystem