Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dev.icinga.com #9966] Fix formatting in mkclass #3301

Closed
icinga-migration opened this issue Aug 20, 2015 · 2 comments
Closed

[dev.icinga.com #9966] Fix formatting in mkclass #3301

icinga-migration opened this issue Aug 20, 2015 · 2 comments
Labels
bug Something isn't working
Milestone

Comments

@icinga-migration
Copy link

This issue has been migrated from Redmine: https://dev.icinga.com/issues/9966

Created by mfriedrich on 2015-08-20 10:06:45 +00:00

Assignee: mfriedrich
Status: Resolved (closed on 2015-08-21 12:39:36 +00:00)
Target Version: 2.4.0
Last Update: 2015-08-21 12:39:36 +00:00 (in Redmine)

Icinga Version: 2.4.0
Backport?: No
Include in Changelog: 0

void ObjectImpl::NotifyActive(const Value& cookie)
{
    ConfigObject *dobj = dynamic_cast(this);
OnActiveChanged(static_cast(this), cookie);
}

String ObjectImpl::GetDefaultShortName(void) const
{
    return String();
}
String ObjectImpl::GetDefaultTypeNameV(void) const
{
    return String();
}
String ObjectImpl::GetDefaultZoneName(void) const
{
    return String();
}

Changesets

2015-08-21 12:38:56 +00:00 by mfriedrich 8c20039

Fix formatting in mkclass

fixes #9966
@icinga-migration
Copy link
Author

Updated by mfriedrich on 2015-08-21 12:39:15 +00:00

  • Status changed from New to Assigned
  • Assigned to set to mfriedrich

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2015-08-21 12:39:36 +00:00

  • Status changed from Assigned to Resolved
  • Done % changed from 0 to 100

Applied in changeset 8c20039.

@icinga-migration icinga-migration added bug Something isn't working libbase labels Jan 17, 2017
@icinga-migration icinga-migration added this to the 2.4.0 milestone Jan 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant