Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Alchemy Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
Alchemy Viewer
Alchemy Viewer
Commits
334ce255
Commit
334ce255
authored
12 years ago
by
Monty Brandenberg
Browse files
Options
Downloads
Patches
Plain Diff
Cleaning up comments, names, miscellany.
parent
3f032e33
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
indra/llcorehttp/_httpinternal.h
+2
-2
2 additions, 2 deletions
indra/llcorehttp/_httpinternal.h
indra/llcorehttp/_httpreadyqueue.h
+6
-0
6 additions, 0 deletions
indra/llcorehttp/_httpreadyqueue.h
with
8 additions
and
2 deletions
indra/llcorehttp/_httpinternal.h
+
2
−
2
View file @
334ce255
/**
/**
* @file httpinternal.h
* @file
_
httpinternal.h
* @brief Implementation constants and magic numbers
* @brief Implementation constants and magic numbers
*
*
* $LicenseInfo:firstyear=2012&license=viewerlgpl$
* $LicenseInfo:firstyear=2012&license=viewerlgpl$
...
@@ -44,7 +44,7 @@ namespace LLCore
...
@@ -44,7 +44,7 @@ namespace LLCore
{
{
// Maxium number of policy classes that can be defined.
// Maxium number of policy classes that can be defined.
// *
FIXME
: Currently limited to the default class, extend.
// *
TODO
: Currently limited to the default class, extend.
const
int
POLICY_CLASS_LIMIT
=
1
;
const
int
POLICY_CLASS_LIMIT
=
1
;
// Debug/informational tracing. Used both
// Debug/informational tracing. Used both
...
...
This diff is collapsed.
Click to expand it.
indra/llcorehttp/_httpreadyqueue.h
+
6
−
0
View file @
334ce255
...
@@ -45,6 +45,12 @@ namespace LLCore
...
@@ -45,6 +45,12 @@ namespace LLCore
/// important of those rules is that any iterator becomes invalid
/// important of those rules is that any iterator becomes invalid
/// on element erasure. So pay attention.
/// on element erasure. So pay attention.
///
///
/// If LLCORE_READY_QUEUE_IGNORES_PRIORITY tests true, the class
/// implements a std::priority_queue interface but on std::deque
/// behavior to eliminate sensitivity to priority. In the future,
/// this will likely become the only behavior or it may become
/// a run-time election.
///
/// Threading: not thread-safe. Expected to be used entirely by
/// Threading: not thread-safe. Expected to be used entirely by
/// a single thread, typically a worker thread of some sort.
/// a single thread, typically a worker thread of some sort.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment