source: nscp/trunk/NSParser.h @ edbbfbb

Last change on this file since edbbfbb was e0705d4, checked in by Michael Medin <michael@…>, 8 years ago

Initial release

  • Property mode set to 100644
File size: 259 bytes
Line 
1#pragma once
2
3namespace NSParser {
4        typedef std::list<std::string> ArgumentList;
5
6/*
7        class NSCommand {
8                static int getCommandID() const;
9                static void execute(ArgumentList args) const;
10        };
11*/
12        std::string execute(int cmdID, std::list<std::string> args);
13}
14
Note: See TracBrowser for help on using the repository browser.