TIVI-153: Add as dependency for iputils
[profile/ivi/opensp.git] / lib / WinInetStorageMessages.h
1 // This file was automatically generated from WinInetStorageMessages.msg by msggen.pl.
2 #include "Message.h"
3
4 #ifdef SP_NAMESPACE
5 namespace SP_NAMESPACE {
6 #endif
7
8 struct WinInetStorageMessages {
9   // 2500
10   static const MessageType2 cannotOpen;
11   // 2501
12   static const MessageType2 readFailed;
13 };
14 const MessageType2 WinInetStorageMessages::cannotOpen(
15 MessageType::error,
16 &libModule,
17 2500
18 #ifndef SP_NO_MESSAGE_TEXT
19 ,"cannot open URL %1 (%2)"
20 #endif
21 );
22 const MessageType2 WinInetStorageMessages::readFailed(
23 MessageType::error,
24 &libModule,
25 2501
26 #ifndef SP_NO_MESSAGE_TEXT
27 ,"error reading URL %1 (%2)"
28 #endif
29 );
30 #ifdef SP_NAMESPACE
31 }
32 #endif