Skip to content

Commit

Permalink
[DELIA-49468] Declared module names
Browse files Browse the repository at this point in the history
  • Loading branch information
vijs committed Jul 14, 2021
1 parent 5c33936 commit 3ca2480
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ContinueWatching/test/CWTestThunderClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ using namespace std;
using namespace WPEFramework;

JSONRPC::Client* remoteObject = NULL;

/* Declare module name */
MODULE_NAME_DECLARATION(BUILD_REFERENCE)

void showMenu()
{
cout<<"Enter your choice\n";
Expand Down
3 changes: 3 additions & 0 deletions ControlService/test/controlSvcTestClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
using namespace std;
using namespace WPEFramework;

/* Declare module name */
MODULE_NAME_DECLARATION(BUILD_REFERENCE)

/* This section can be used for API validation logic. */
void showMenu()
{
Expand Down
2 changes: 2 additions & 0 deletions RemoteActionMapping/test/ramTestClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ const int_vector_t lgTVIRData[MAX_MSO_RF_CODES] =
{0x04, 0x11, 0x06, 0x22, 0x02, 0x00, 0xD2, 0x00, 0x90, 0x00, 0xEB, 0x5D, 0x90, 0x00, 0x6C, 0x26, 0xCA, 0x08, 0x65, 0x04, 0xCA, 0x08, 0x32, 0x02, 0x90, 0x00, 0xA6, 0x01, 0x90, 0x00, 0x8D, 0x00, 0x25, 0x54, 0x55, 0x55, 0x54, 0x45, 0x44, 0x44, 0x44, 0x45, 0x45, 0x55, 0x55, 0x54, 0x54, 0x44, 0x41, 0x30}
};

/* Declare module name */
MODULE_NAME_DECLARATION(BUILD_REFERENCE)

/* This section can be used for API validation logic. */
void showMenu()
Expand Down
4 changes: 4 additions & 0 deletions StateObserver/test/STOBSThunderClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ using namespace std;
using namespace WPEFramework;

JSONRPC::LinkType<Core::JSON::IElement> *remoteObject = NULL;

/* Declare module name */
MODULE_NAME_DECLARATION(BUILD_REFERENCE)

void showMenu()
{
cout<<"Enter your choice\n";
Expand Down
3 changes: 3 additions & 0 deletions TextToSpeech/test/TTSThunderAPITest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ static int currentSpeechId = 0;
#define OPT_BLOCK_TILL_INPUT 13
#define OPT_SLEEP 14

/* Declare module name */
MODULE_NAME_DECLARATION(BUILD_REFERENCE)

void showMenu()
{
cout << endl;
Expand Down

0 comments on commit 3ca2480

Please sign in to comment.