header cleanup

This commit is contained in:
Matej Sekoranja
2011-10-20 15:40:53 +02:00
parent 4e22433de1
commit 8464aacbef
36 changed files with 182 additions and 183 deletions
+6 -3
View File
@@ -1,12 +1,15 @@
/*
* baseChannelRequester.cpp
/**
* Copyright - See the COPYRIGHT that is included with this distribution.
* pvAccessCPP is distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
*/
#include <pv/baseChannelRequester.h>
using namespace epics::pvData;
namespace epics { namespace pvAccess {
namespace epics {
namespace pvAccess {
const Status BaseChannelRequester::okStatus = Status();
const Status BaseChannelRequester::badCIDStatus = Status(Status::STATUSTYPE_ERROR, "bad channel id");
+4 -2
View File
@@ -1,5 +1,7 @@
/*
* baseChannelRequester.h
/**
* Copyright - See the COPYRIGHT that is included with this distribution.
* pvAccessCPP is distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
*/
#ifndef BASECHANNELREQUESTER_H_
+4 -2
View File
@@ -1,5 +1,7 @@
/*
* beaconEmitter.cpp
/**
* Copyright - See the COPYRIGHT that is included with this distribution.
* pvAccessCPP is distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
*/
#ifdef _WIN32
+4 -2
View File
@@ -1,5 +1,7 @@
/*
* beaconEmitter.h
/**
* Copyright - See the COPYRIGHT that is included with this distribution.
* pvAccessCPP is distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
*/
#ifndef BEACONEMITTER_H
@@ -1,5 +1,7 @@
/*
* beaconServerStatusProvider.cpp
/**
* Copyright - See the COPYRIGHT that is included with this distribution.
* pvAccessCPP is distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
*/
#include <pv/beaconServerStatusProvider.h>
@@ -7,7 +9,8 @@
using namespace epics::pvData;
namespace epics { namespace pvAccess {
namespace epics {
namespace pvAccess {
DefaultBeaconServerStatusProvider::DefaultBeaconServerStatusProvider(ServerContext::shared_pointer const & context): _context(context)
{
@@ -1,5 +1,7 @@
/*
* beaconServerStatusProvider.h
/**
* Copyright - See the COPYRIGHT that is included with this distribution.
* pvAccessCPP is distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
*/
#ifndef BEACONSERVERSTATUSPROVIDER_H
@@ -9,7 +11,8 @@
//#include <pv/serverContext.h>
#include <pv/sharedPtr.h>
namespace epics { namespace pvAccess {
namespace epics {
namespace pvAccess {
class ServerContext;
+4 -2
View File
@@ -1,5 +1,7 @@
/*
* responseHandlers.cpp
/**
* Copyright - See the COPYRIGHT that is included with this distribution.
* pvAccessCPP is distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
*/
#include <pv/responseHandlers.h>
+5 -3
View File
@@ -1,5 +1,7 @@
/*
* responseHandlers.h
/**
* Copyright - See the COPYRIGHT that is included with this distribution.
* pvAccessCPP is distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
*/
#ifndef RESPONSEHANDLERS_H_
@@ -11,7 +13,7 @@
#include <pv/baseChannelRequester.h>
namespace epics {
namespace pvAccess {
namespace pvAccess {
/**
*/
+6 -3
View File
@@ -1,12 +1,15 @@
/*
* serverChannelImpl.cpp
/**
* Copyright - See the COPYRIGHT that is included with this distribution.
* pvAccessCPP is distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
*/
#include <pv/serverChannelImpl.h>
using namespace epics::pvData;
namespace epics { namespace pvAccess {
namespace epics {
namespace pvAccess {
ServerChannelImpl::ServerChannelImpl(Channel::shared_pointer const & channel, pvAccessID cid, pvAccessID sid, epics::pvData::PVField::shared_pointer const & securityToken):
_channel(channel),
+4 -2
View File
@@ -1,5 +1,7 @@
/*
* serverChannel.h
/**
* Copyright - See the COPYRIGHT that is included with this distribution.
* pvAccessCPP is distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
*/
#ifndef SERVERCHANNEL_H_
+4 -2
View File
@@ -1,5 +1,7 @@
/*
* serverContext.cpp
/**
* Copyright - See the COPYRIGHT that is included with this distribution.
* pvAccessCPP is distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
*/
#include <pv/serverContext.h>
+4 -2
View File
@@ -1,5 +1,7 @@
/*
* serverContext.h
/**
* Copyright - See the COPYRIGHT that is included with this distribution.
* pvAccessCPP is distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
*/
#ifndef SERVERCONTEXT_H_