Commit 07c880dd authored by filatov's avatar filatov
Browse files

titanization of libCommon sync port

parent bcec68e4
Loading
Loading
Loading
Loading
+5 −1
Original line number Original line Diff line number Diff line
@@ -148,7 +148,11 @@ module LibCommon_Sync {
         * @see   LibCommon_Sync.ServerSyncComp
         * @see   LibCommon_Sync.ServerSyncComp
         * @see   LibCommon_Sync.ClientSyncComp
         * @see   LibCommon_Sync.ClientSyncComp
         */
         */
        type port SyncPort message { inout SyncCmd }
        type port SyncPort message { 
          inout SyncCmd 
        } with {
          extension "internal"
        }




        /**
        /**