Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
U
uniset2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
UniSet project repositories
uniset2
Commits
dce8fb8b
Commit
dce8fb8b
authored
Dec 21, 2013
by
Pavel Vainerman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Продолжаю чистить от лишнего кода
parent
d59b3f7b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
+2
-3
ObjectRepository.h
include/ObjectRepository.h
+1
-1
PassiveTimer.h
include/PassiveTimer.h
+0
-1
ObjectRepository.cc
src/ObjectRepository/ObjectRepository.cc
+1
-1
No files found.
include/ObjectRepository.h
View file @
dce8fb8b
...
...
@@ -68,7 +68,7 @@
// end of ORepGroup
/*! Получение ссылки по заданному полному имени (разыменовывание) */
UniSetTypes
::
ObjectPtr
resolve
(
const
std
::
string
&
name
,
const
std
::
string
NSName
=
"NameService"
)
throw
(
UniSetTypes
::
ORepFailed
,
UniSetTypes
::
NameNotFound
);
UniSetTypes
::
ObjectPtr
resolve
(
const
std
::
string
&
name
,
const
std
::
string
&
NSName
=
"NameService"
)
throw
(
UniSetTypes
::
ORepFailed
,
UniSetTypes
::
NameNotFound
);
// Функции не со строковыми именами, а с идентификаторами
// void setListId( ListObjectId *lst );
...
...
include/PassiveTimer.h
View file @
dce8fb8b
...
...
@@ -66,7 +66,6 @@ class UniSetTimer
/*! Минимальное время срабатывания. Задается в мсек. */
static
const
timeout_t
MinQuantityTime
=
10
;
static
const
timeout_t
MIN_QUANTITY_TIME_MS
=
10
;
/*< устарело, не использовать! */
};
//----------------------------------------------------------------------------------------
/*! \class PassiveTimer
...
...
src/ObjectRepository/ObjectRepository.cc
View file @
dce8fb8b
...
...
@@ -256,7 +256,7 @@ void ObjectRepository::unregistration(const string& fullName)
}
// --------------------------------------------------------------------------
ObjectPtr
ObjectRepository
::
resolve
(
const
string
&
name
,
const
string
NSName
)
ObjectPtr
ObjectRepository
::
resolve
(
const
string
&
name
,
const
string
&
NSName
)
throw
(
ORepFailed
,
NameNotFound
)
{
ostringstream
err
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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