~unity-team/nux/nux.remove-deprecated

« back to all changes in this revision

Viewing changes to Nux/KineticScrolling/KineticScrollingTickSource.h

  • Committer: Tarmac
  • Author(s): Jay Taoko, Michi Henning
  • Date: 2012-10-11 18:57:49 UTC
  • mfrom: (686.3.4 nux.nstring-removal)
  • Revision ID: tarmac-20121011185749-v8y4evu36vue3rfx
* Removal of nux::NString in favor of std::string.
* The branch has a lot of changes due to the enablement of -Werror. All the warnings have been fixed.
* -Werror is disabled when building with --enable-debug.

[Test] The changes are covered by existing tests.. Fixes: https://bugs.launchpad.net/bugs/1065293. Approved by Jay Taoko.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#ifndef NUX_KS_TICK_SOURCE_H
22
22
#define NUX_KS_TICK_SOURCE_H
23
23
 
 
24
#include <stdint.h>
24
25
#include <Nux/TimerProc.h>
25
26
 
26
27
/*****