OSF DCE Application Development Guide--Introduction and Style Guide
OSF DCE Application Development Guide—Introduction and Style Guide
/* [27.VI.94] */
/* */
/* sample_manager.c -- Implementation of "sample" interface. */
/* */
/* Routines in this file consist only of remote calls or routines that */
/* are internal to those calls. */
/* */
/* */
/* -77 cols- */
/****************************************************************************/
#define DCE_DEBUG
#include <stdio.h>
#include <malloc.h>
#include <time.h>
#include <pthread.h>
#include <errno.h>
#include <unistd.h>
#include <signal.h>
#include <sys/param.h>
#include <dce/nbase.h>
#include <dce/dce.h>
#include <dce/dce_cf.h>
#include <dce/dce_error.h>
#include <dce/rpc.h>
#include <dce/sec_login.h>
#include <dce/keymgmt.h>
#include <dce/uuid.h>
#include <dce/exc_handling.h>
#include <dce/dce_msg.h>
#include <dce/dbif.h>
#include <dce/aclif.h>
#include <dce/dceacl.h>
#include <dce/pgo.h>
#include <dce/dcesvcmsg.h>
#include <dce/svcremote.h>
#include "dcesmpsvc.h"
#include "dcesmpmsg.h"
#include "dcesmpmac.h"
#include "sample.h"
#include "sample_db.h"
#include "sample_bind.h"
#include "sample_server.h"
void sample_call(rpc_binding_handle_t,
idl_long_int *,
error_status_t *);
void sample_get_text(rpc_binding_handle_t,
A− 74 Tandem Computers Incorporated 124246










