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
3c3b94ec
Commit
3c3b94ec
authored
Oct 04, 2011
by
Pavel Vainerman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(unet2): сделал для настроечных параметорв префикс "unet_"
parent
213ff851
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
UNetExchange.cc
extensions/UNet2/UNetExchange.cc
+2
-2
No files found.
extensions/UNet2/UNetExchange.cc
View file @
3c3b94ec
...
...
@@ -110,7 +110,7 @@ sender(0)
continue
;
}
string
s_resp_id
(
n_it
.
getProp
(
"respond_id"
));
string
s_resp_id
(
n_it
.
getProp
(
"
unet_
respond_id"
));
UniSetTypes
::
ObjectId
resp_id
=
UniSetTypes
::
DefaultObjectId
;
if
(
!
s_resp_id
.
empty
()
)
{
...
...
@@ -124,7 +124,7 @@ sender(0)
}
}
string
s_lp_id
(
n_it
.
getProp
(
"lostpackets_id"
));
string
s_lp_id
(
n_it
.
getProp
(
"
unet_
lostpackets_id"
));
UniSetTypes
::
ObjectId
lp_id
=
UniSetTypes
::
DefaultObjectId
;
if
(
!
s_lp_id
.
empty
()
)
{
...
...
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