/*
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
* Common Development and Distribution License, Version 1.0 only
* (the "License"). You may not use this file except in compliance
* with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* See the License for the specific language governing permissions
* and limitations under the License.
*
* When distributing Covered Code, include this CDDL HEADER in each
* file and include the License file at usr/src/OPENSOLARIS.LICENSE.
* If applicable, add the following below this CDDL HEADER, with the
* fields enclosed by brackets "[]" replaced with your own identifying
* information: Portions Copyright [yyyy] [name of copyright owner]
*
* CDDL HEADER END
*/
/*
* db_log_entry_c.x
*
* Copyright 2005 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
%#pragma ident "%Z%%M% %I% %E% SMI"
#if RPC_HDR
%#ifndef _DB_LOG_ENTRY_H
%#define _DB_LOG_ENTRY_H
%
%/* A log entry that describes an action to be performed and its parameters. */
%
#endif /* RPC_HDR */
#ifdef USINGC
%#include "db_vers_c.h"
%#include "db_query_c.h"
%#include "db_entry_c.h"
#else
%#include "db_vers.h"
%#include "db_query.h"
%#include "db_entry.h"
#endif /* USINGC */
#endif /* RPC_HDR */
#ifdef USINGC
struct db_log_entry {
};
typedef struct db_log_entry* db_log_entry_p;
#endif /* USINGC */
#endif /* RPC_HDR */
#ifndef USINGC
#ifdef RPC_HDR
% public:
%
%/*Constructor: Create an empty log entry, with no query and not object */
%
%/*Constructor: Create a log entry using the given parameters. Note that
% pointers to db_query and entry_object are simply assigned, not copied. */
%
% ~db_log_entry();
%
%/* Print to stdout this log entry */
% void print();
%
%/* Accessor: return version of log entry */
%
%/* Accessor: return pointer to action of log entry */
%
%/* Accessor: return pointer to query part of log entry */
%
%/* Predicate: return whether log entry is complete and not truncated */
%
%/* Accessor: return pointer to copy of object in log entry */
%
%/* Accessor: return pointer to copy of object in log entry */
%
%/* Accessor: return pointer to copy of object in log entry */
%};
%#ifdef __cplusplus
%#endif
#endif /* RPC_HDR */
#endif /* USINGC */
struct db_log_list {
};
#if RPC_HDR
%#endif /* _DB_LOG_ENTRY_H */
#endif /* RPC_HDR */