Changeset 6141 for trunk/ARBDB/adtools.c
- Timestamp:
- 14/08/09 16:29:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/ARBDB/adtools.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ARBDB/adtools.c
r6101 r6141 839 839 { 840 840 /* generates a call to 'arb_notify', meant to be inserted into some external system call. 841 * When that call is executed, the callback instan ciated here will be called.841 * When that call is executed, the callback instantiated here will be called. 842 842 * 843 * Tip : To return variable results from the shell s kript, use the name of an environment843 * Tip : To return variable results from the shell script, use the name of an environment 844 844 * variable in 'message' (e.g. "$RESULT") 845 845 */ … … 926 926 } 927 927 else { 928 /* callback the instan ciating DB client */928 /* callback the instantiating DB client */ 929 929 error = GB_write_string(gb_message, message); 930 930 }
