mirror of
https://github.com/debauchee/barrier.git
synced 2026-07-07 04:18:07 +08:00
dropped "c" prefix from class names
This commit is contained in:
@@ -20,13 +20,13 @@
|
||||
|
||||
#include "arch/IArchSystem.h"
|
||||
|
||||
#define ARCH_SYSTEM CArchSystemUnix
|
||||
#define ARCH_SYSTEM ArchSystemUnix
|
||||
|
||||
//! Unix implementation of IArchString
|
||||
class CArchSystemUnix : public IArchSystem {
|
||||
class ArchSystemUnix : public IArchSystem {
|
||||
public:
|
||||
CArchSystemUnix();
|
||||
virtual ~CArchSystemUnix();
|
||||
ArchSystemUnix();
|
||||
virtual ~ArchSystemUnix();
|
||||
|
||||
// IArchSystem overrides
|
||||
virtual std::string getOSName() const;
|
||||
|
||||
Reference in New Issue
Block a user