ARB
Macros | Functions
xcmd.cxx File Reference
#include "xcmd.hxx"
#include "dbserver.hxx"
#include <arbdb.h>
#include <arb_strbuf.h>
#include <arb_sleep.h>
#include <aw_msg.hxx>
Include dependency graph for xcmd.cxx:

Go to the source code of this file.

Macros

#define SYNC_STATE_STARTED   "started"
 
#define SYNC_STATE_FINISHED   "finished"
 

Functions

static GB_ERROR wait_for_sync__servingDB (GBDATA *gb_main, const char *sync_id)
 
GB_ERROR ARB_system (const char *cmd, XCmdType boundExectype)
 
void ARB_system_in_console_cb (AW_window *, const char *command, const XCmdType *exectype)
 

Macro Definition Documentation

#define SYNC_STATE_STARTED   "started"

Definition at line 24 of file xcmd.cxx.

Referenced by ARB_system(), and wait_for_sync__servingDB().

#define SYNC_STATE_FINISHED   "finished"

Definition at line 25 of file xcmd.cxx.

Referenced by ARB_system(), and wait_for_sync__servingDB().

Function Documentation

static GB_ERROR wait_for_sync__servingDB ( GBDATA gb_main,
const char sync_id 
)
static
GB_ERROR ARB_system ( const char cmd,
XCmdType  boundExectype 
)
void ARB_system_in_console_cb ( AW_window ,
const char command,
const XCmdType exectype 
)

Definition at line 183 of file xcmd.cxx.

References ARB_system(), and aw_message_if().

Referenced by ARB_system_in_console(), and popup_new_main_window().