Hello App: hello.h
Contents
hello.h
/**
* hello.h - include file for Hello program
*
* Copyright (c) 2024 HanoverSoft
* Written by Anthony V. Edwards
* 820 Churchill Drive, Chapel Hill, NC 27517
* ave@hanoversoft.net
*/
#include <stdio.h>
#include <UserDevice.h>
#include <StrExt.h>
#include <Cache.h>
#include <MgmtClient.h>
// cache.cpp prototypes
bool cacheAlloc(const string & appname);
// our cache of user sessions
#include "HelloApp.h"
extern Cache<HelloApp> HelloCache;