Initial import of the CDE 2.1.30 sources from the Open Group.
This commit is contained in:
55
cde/programs/nsgmls/StdioStorageMessages.h
Normal file
55
cde/programs/nsgmls/StdioStorageMessages.h
Normal file
@@ -0,0 +1,55 @@
|
||||
/* $XConsortium: StdioStorageMessages.h /main/1 1996/07/29 17:04:53 cde-hp $ */
|
||||
// This file was automatically generated from StdioStorageMessages.msg by msggen.pl.
|
||||
#include "Message.h"
|
||||
|
||||
#ifdef SP_NAMESPACE
|
||||
namespace SP_NAMESPACE {
|
||||
#endif
|
||||
|
||||
struct StdioStorageMessages {
|
||||
// 2400
|
||||
static const MessageType2 openFailed;
|
||||
// 2401
|
||||
static const MessageType2 readFailed;
|
||||
// 2402
|
||||
static const MessageType2 seekFailed;
|
||||
};
|
||||
const MessageType2 StdioStorageMessages::openFailed(
|
||||
MessageType::error,
|
||||
#ifdef BUILD_LIBSP
|
||||
MessageFragment::libModule,
|
||||
#else
|
||||
MessageFragment::appModule,
|
||||
#endif
|
||||
2400
|
||||
#ifndef SP_NO_MESSAGE_TEXT
|
||||
,"cannot open %1 (%2)"
|
||||
#endif
|
||||
);
|
||||
const MessageType2 StdioStorageMessages::readFailed(
|
||||
MessageType::error,
|
||||
#ifdef BUILD_LIBSP
|
||||
MessageFragment::libModule,
|
||||
#else
|
||||
MessageFragment::appModule,
|
||||
#endif
|
||||
2401
|
||||
#ifndef SP_NO_MESSAGE_TEXT
|
||||
,"\"error reading %1 (%2)"
|
||||
#endif
|
||||
);
|
||||
const MessageType2 StdioStorageMessages::seekFailed(
|
||||
MessageType::error,
|
||||
#ifdef BUILD_LIBSP
|
||||
MessageFragment::libModule,
|
||||
#else
|
||||
MessageFragment::appModule,
|
||||
#endif
|
||||
2402
|
||||
#ifndef SP_NO_MESSAGE_TEXT
|
||||
,"error seeking %1 (%2)"
|
||||
#endif
|
||||
);
|
||||
#ifdef SP_NAMESPACE
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user