30 lines
1.1 KiB
C

//----------------------------------------------------------------------------
//
// Copyright (C) 2008 Intel Corporation
//
// File: RemoteAccessAdminSample.h
//
// Contents: This file contains type definitions used throughout the code
// and constants as described in the "Network Interface Guide".
//
//----------------------------------------------------------------------------
#ifndef REMOTE_ACCESS_ADMIN_SAMPLE_H
#define REMOTE_ACCESS_ADMIN_SAMPLE_H 1
// Command line flags
const char * CMD_ADMIN_POLICY = "P";
const char * CMD_ADMIN_MPSERVER = "M";
const char * CMD_ADMIN_USER_INTERFACE = "I";
const char * CMD_API_TEST = "A";
const char * CMD_CLEAN_SAMPLE = "C";
// Command option description
static const char * DESCRIPTION_ADMIN_MPSERVER = "Manipulate MP Server";
static const char * DESCRIPTION_ADMIN_POLICY = "Manipulate Remote Access policy";
static const char * DESCRIPTION_ADMIN_USER_INTERFACE = "Manipulate User Interface";
static const char * DESCRIPTION_CLEAN_SAMPLE = "Cleanup Sample Stuff";
static const char * DESCRIPTION_API_TEST = "API Test";
#endif //REMOTE_ACCESS_ADMIN_SAMPLE_H