Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
4451b27c
Commit
4451b27c
authored
Sep 21, 2007
by
Alexandre Bourget
Browse files
Fix headers, copyright notices, and doxygen tags
Tiny doc fixes and typos.
parent
afff570d
Changes
31
Hide whitespace changes
Inline
Side-by-side
src/account.cpp
View file @
4451b27c
/*
* Copyright (C) 2006 Savoir-Faire Linux inc.
* Copyright (C) 2006-2007 Savoir-Faire Linux inc.
* Author: Alexandre Bourget <alexandre.bourget@savoirfairelinux.com>
* Author: Yan Morin <yan.morin@savoirfairelinux.com>
*
* This program is free software; you can redistribute it and/or modify
...
...
src/accountcreator.cpp
View file @
4451b27c
/*
* Copyright (C) 2006 Savoir-Faire Linux inc.
* Copyright (C) 2006-2007 Savoir-Faire Linux inc.
* Author: Alexandre Bourget <alexandre.bourget@savoirfairelinux.com>
* Author: Yan Morin <yan.morin@savoirfairelinux.com>
*
* This program is free software; you can redistribute it and/or modify
...
...
@@ -18,9 +19,7 @@
*/
#include
"accountcreator.h"
#include
"sipaccount.h"
#ifdef USE_IAX
#include
"iaxaccount.h"
#endif
AccountCreator
::
AccountCreator
()
{
...
...
@@ -40,9 +39,7 @@ AccountCreator::createAccount(AccountType type, AccountID accountID)
break
;
case
IAX_ACCOUNT
:
#ifdef USE_IAX
return
new
IAXAccount
(
accountID
);
#endif
break
;
}
return
0
;
...
...
src/accountcreator.h
View file @
4451b27c
/*
* Copyright (C) 2006 Savoir-Faire Linux inc.
* Copyright (C) 2006-2007 Savoir-Faire Linux inc.
* Author: Alexandre Bourget <alexandre.bourget@savoirfairelinux.com>
* Author: Yan Morin <yan.morin@savoirfairelinux.com>
*
* This program is free software; you can redistribute it and/or modify
...
...
@@ -43,7 +44,7 @@ public:
static
Account
*
createAccount
(
AccountType
type
,
AccountID
accountID
);
private:
/** Hidden c
rea
tor */
/** Hidden c
onstruc
tor */
AccountCreator
();
};
...
...
src/audio/audiofile.cpp
View file @
4451b27c
/*
*
* Copyright (C) 2005 Savoir-Faire Linux inc.
/*
* Copyright (C) 2005
-2007
Savoir-Faire Linux inc.
* Author: Yan Morin <yan.morin@savoirfairelinux.com>
*
* Inspired by tonegenerator of
...
...
src/audio/audiofile.h
View file @
4451b27c
/*
*
* Copyright (C) 2005 Savoir-Faire Linux inc.
/*
* Copyright (C) 2005
-2007
Savoir-Faire Linux inc.
* Author: Yan Morin <yan.morin@savoirfairelinux.com>
*
* Inspired by tonegenerator of
...
...
src/audio/audiortp.cpp
View file @
4451b27c
/*
* Copyright (C) 2004-2005 Savoir-Faire Linux inc.
* Copyright (C) 2004-2007 Savoir-Faire Linux inc.
* Author: Alexandre Bourget <alexandre.bourget@savoirfairelinux.com>
* Author: Yan Morin <yan.morin@savoirfairelinux.com>
* Author: Laurielle Lea <laurielle.lea@savoirfairelinux.com>
*
...
...
src/audio/audiortp.h
View file @
4451b27c
/*
* Copyright (C) 2004-2005 Savoir-Faire Linux inc.
* Copyright (C) 2004-2007 Savoir-Faire Linux inc.
* Author: Alexandre Bourget <alexandre.bourget@savoirfairelinux.com>
* Author: Yan Morin <yan.morin@savoirfairelinux.com>
* Author: Laurielle Lea <laurielle.lea@savoirfairelinux.com>
*
...
...
src/audio/codecDescriptor.cpp
View file @
4451b27c
/*
*
/*
* Copyright (C) 2004-2005 Savoir-Faire Linux inc.
* Author: Yan Morin <yan.morin@savoirfairelinux.com>
* Author: Laurielle Lea <laurielle.lea@savoirfairelinux.com>
...
...
src/audio/codecDescriptor.h
View file @
4451b27c
/*
*
/*
* Copyright (C) 2004-2005 Savoir-Faire Linux inc.
* Author: Yan Morin <yan.morin@savoirfairelinux.com>
* Author: Laurielle Lea <laurielle.lea@savoirfairelinux.com>
...
...
src/audio/common.h
View file @
4451b27c
/*
*
/*
* Copyright (C) 2004-2005 Savoir-Faire Linux inc.
* Author:
*
...
...
src/audio/dtmfgenerator.cpp
View file @
4451b27c
/*
*
/*
* Copyright (C) 2004-2005 Savoir-Faire Linux inc.
* Author: Yan Morin <yan.morin@savoirfairelinux.com>
* Author: Laurielle Lea <laurielle.lea@savoirfairelinux.com>
...
...
src/audio/ringbuffer.h
View file @
4451b27c
/*
*
/*
* Copyright (C) 2004-2005 Savoir-Faire Linux inc.
* Author: Yan Morin <yan.morin@savoirfairelinux.com>
* Author : Laurielle Lea <laurielle.lea@savoirfairelinux.com>
...
...
src/config/config.cpp
View file @
4451b27c
/*
* Copyright (C) 2005 Savoir-Faire Linux inc.
* Copyright (C) 2005-2007 Savoir-Faire Linux inc.
* Author: Alexandre Bourget <alexandre.bourget@savoirfairelinux.com>
* Author: Yan Morin <yan.morin@savoirfairelinux.com>
*
* This program is free software; you can redistribute it and/or modify
...
...
src/config/config.h
View file @
4451b27c
/*
* Copyright (C) 2005-2006 Savoir-Faire Linux inc.
* Copyright (C) 2005-2007 Savoir-Faire Linux inc.
* Author: Alexandre Bourget <alexandre.bourget@savoirfairelinux.com>
* Author: Yan Morin <yan.morin@savoirfairelinux.com>
*
* This program is free software; you can redistribute it and/or modify
...
...
@@ -64,7 +65,27 @@ public:
~
ConfigTree
();
void
createSection
(
const
std
::
string
&
section
);
/**
* Return an array of strings, listing the sections of the config file
*
* This will be mainly used to filter which sections are an
* "Account" definition.
*
* @return array Strings of the sections
*/
TokenList
getSections
();
void
addConfigTreeItem
(
const
std
::
string
&
section
,
const
ConfigTreeItem
item
);
/**
* Verify an item is there. If it's not, add it with the provided
* default value
*
* @param section Section
* @param
*/
void
verifyConfigTreeItem
(
const
std
::
string
&
section
,
const
std
::
string
&
itemName
,
const
std
::
string
&
defaultValue
,
const
std
::
string
&
type
);
bool
setConfigTreeItem
(
const
std
::
string
&
section
,
const
std
::
string
&
itemName
,
const
std
::
string
&
value
);
// throw a ConfigTreeItemException if not found
...
...
src/dbus/callmanager.cpp
View file @
4451b27c
/*
* Copyright (C) 2007 Savoir-Faire Linux inc.
* Author: Pierre-Luc Beaudoin <pierre-luc.beaudoin@savoirfairelinux.com>
* Author: Alexandre Bourget <alexandre.bourget@savoirfairelinux.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
src/dbus/configurationmanager.h
View file @
4451b27c
/*
* Copyright (C) 2007 Savoir-Faire Linux inc.
* Author: Pierre-Luc Beaudoin <pierre-luc.beaudoin@savoirfairelinux.com>
* Author: Alexandre Bourget <alexandre.bourget@savoirfairelinux.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
src/iaxaccount.cpp
View file @
4451b27c
/*
* Copyright (C) 2006 Savoir-Faire Linux inc.
* Copyright (C) 2006-2007 Savoir-Faire Linux inc.
* Author: Alexandre Bourget <alexandre.bourget@savoirfairelinux.com>
* Author: Yan Morin <yan.morin@savoirfairelinux.com>
*
* This program is free software; you can redistribute it and/or modify
...
...
src/iaxaccount.h
View file @
4451b27c
/*
* Copyright (C) 2006 Savoir-Faire Linux inc.
* Copyright (C) 2006-2007 Savoir-Faire Linux inc.
* Author: Alexandre Bourget <alexandre.bourget@savoirfairelinux.com>
* Author: Yan Morin <yan.morin@savoirfairelinux.com>
*
* This program is free software; you can redistribute it and/or modify
...
...
src/iaxcall.cpp
View file @
4451b27c
/*
* Copyright (C) 2006 Savoir-Faire Linux inc.
* Copyright (C) 2006-2007 Savoir-Faire Linux inc.
* Author: Alexandre Bourget <alexandre.bourget@savoirfairelinux.com>
* Author: Yan Morin <yan.morin@savoirfairelinux.com>
*
* This program is free software; you can redistribute it and/or modify
...
...
src/iaxcall.h
View file @
4451b27c
/*
* Copyright (C) 2006 Savoir-Faire Linux inc.
* Copyright (C) 2006-2007 Savoir-Faire Linux inc.
* Author: Alexandre Bourget <alexandre.bourget@savoirfairelinux.com>
* Author: Yan Morin <yan.morin@savoirfairelinux.com>
*
* This program is free software; you can redistribute it and/or modify
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment