Changeset 438998b in nscp for libs


Ignore:
Timestamp:
08/22/11 10:30:36 (21 months ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2
Children:
bd18eb2
Parents:
fe75eff
Message:

Initial version of the NSCP protocol (very crude) also might not build on *nix as I haven't verified that yet...
Will improve this this week and hopefully have something better in a bit... But this works so thought Id commit it anyways if I break something :)

Location:
libs/protobuf
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • libs/protobuf/CMakeLists.txt

    r39c73cd r438998b  
    55WRAP_PROTO(PROTO_EXEC_SRC exec.proto) 
    66WRAP_PROTO(PROTO_SETTINGS_SRC settings.proto) 
     7WRAP_PROTO(PROTO_ENVELOPE_SRC envelope.proto) 
    78 
    89SET(TARGET protobuf) 
     
    1314  exec.proto 
    1415  settings.proto 
     16  envelope.proto 
    1517   
    1618  ${PROTO_PLUGIN_SRC} 
     
    1820  ${PROTO_EXEC_SRC} 
    1921  ${PROTO_SETTINGS_SRC} 
     22  ${PROTO_ENVELOPE_SRC} 
    2023) 
    2124 
  • libs/protobuf/settings.proto

    r39c73cd r438998b  
    1 package PluginCommand; 
     1package SettingsCommand; 
    22 
    33message Header { 
Note: See TracChangeset for help on using the changeset viewer.