mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-19 01:18:13 +02:00
dropped "c" prefix from class names
This commit is contained in:
parent
f6c05e7635
commit
e8e156f0e2
382 changed files with 7430 additions and 7423 deletions
|
@ -21,13 +21,13 @@
|
|||
#include "arch/ArchDaemonNone.h"
|
||||
|
||||
#undef ARCH_DAEMON
|
||||
#define ARCH_DAEMON CArchDaemonUnix
|
||||
#define ARCH_DAEMON ArchDaemonUnix
|
||||
|
||||
//! Unix implementation of IArchDaemon
|
||||
class CArchDaemonUnix : public CArchDaemonNone {
|
||||
class ArchDaemonUnix : public ArchDaemonNone {
|
||||
public:
|
||||
CArchDaemonUnix();
|
||||
virtual ~CArchDaemonUnix();
|
||||
ArchDaemonUnix();
|
||||
virtual ~ArchDaemonUnix();
|
||||
|
||||
// IArchDaemon overrides
|
||||
virtual int daemonize(const char* name, DaemonFunc func);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue